home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / growthre.sit / Growth Records / background_11213.txt < prev    next >
Text File  |  1988-02-06  |  1KB  |  52 lines

  1. -- background: 11213 from stack: in
  2. -- bmap block id: 25894
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Comments card
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9.   color yellow
  10. end openBackground
  11.  
  12.  
  13. -- part 4 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=3 top=307 right=336 bottom=35
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 21700 / 21700
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Home
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual effect iris open
  28.   go Home
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 7 (button)
  34. -- low flags: 00
  35. -- high flags: 8003
  36. -- rect: left=410 top=312 right=336 bottom=469
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Return
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   global identification
  48.   visual effect iris close
  49.   go card identification
  50. end mouseUp
  51.  
  52.